home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ClocX / ClocXfull.exe / Presets / TOM 06.ini < prev    next >
INI File  |  2004-04-27  |  1KB  |  33 lines

  1. ;all colors are in BGR format (hexadecimal or number)
  2. [Settings]
  3. CutColor=0xC5BE47       ;0000FF       ;cut window by this color (default red)
  4. ShowAMPM=0              ;show AM/PM indicator (default 0)
  5. AMPMColor=0xAA5F55      ;color of AM/PM indicator
  6.  
  7. HourColor=0x333333      ;color of hour hand
  8. HourLength=22           ;length of hour hand
  9. HourLap=2               ;overlap of hour hand
  10. HourWidth=2             ;width of hour hand
  11.  
  12. MinuteColor=0x333333    ;color of minute hand
  13. MinuteLength=33         ;length of minute hand
  14. MinuteLap=2             ;overlap of minute hand
  15. MinuteWidth=2           ;width of minute hand
  16.  
  17. SecondColor=0x553FFF    ;color of second hand
  18. SecondLength=40         ;length of second hand
  19. SecondLap=0             ;overlap of second hand
  20. SecondWidth=1           ;width of second hand
  21.  
  22. CenterX=42              ;center point's X (default image_width / 2)
  23. CenterY=42              ;center point's Y (default image_height / 2)
  24.  
  25. ;load hour hand image from PNG file
  26. ;HourPNG=TOM 06-hr.png
  27. ;HourPNGCenterDist=0   ;distance from center of PNG image to point that should be in center of clock
  28. ;load minute hand image from PNG file:
  29. ;MinutePNG=TOM 06-min.png
  30. ;MinutePNGCenterDist=8
  31. ;load second hand image from PNG file:
  32. ;SecondPNG=TOM 06-sec.png
  33. ;SecondPNGCenterDist=15